home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
GNUUCP_2
/
SOURCE
/
VMS.COM
< prev
next >
Wrap
Text File
|
1989-07-31
|
491b
|
18 lines
$ set verify
$ set def [uucp.gnuucp]
$ set noon
$ cflags = "/nooptimise /define=VMS /define=LOG/debug/list"
$ lflags = "/nomap" ! /debug"
$ copy sysdep.vms sysdep.c
$ cc 'cflags' uuxqt.c
$ cc 'cflags' gio.c
$ cc 'cflags' uumisc.c
$ cc 'cflags' gnuucp.c
$ cc 'cflags' sysdep.c
$ cc 'cflags' rmail.c
$ cc 'cflags' locking.c
$ link 'lflags' uuxqt, uumisc, sysdep, locking
$ link /nomap rmail, uumisc, sysdep, locking
$ link 'lflags' gnuucp, uumisc, gio, sysdep, locking
$ exit